Skip to main content

Rocketadmin hosted PostgreSQL databases

Rocketadmin offers the ability to create connections to PostgreSQL databases hosted by us.

We provide two options to suit different budgets:

  • Tiny node (Free) - Up to 0.1 CPU and 100 MB storage

  • Scalable node (Pay as you go) - $0.04/CPU/minute, $0.2/GB/month and $0.04/million IOPS

Creating a hosted database connection

  1. From the Rocketadmin connections screen:

    • if you have at least one connection, click Create hosted PostgreSQL

or

  • in case this will be your first connection, click Hosted PostgreSQL - Quickstart

  1. Select the option that meets your requirements - Free or Pay as you go:

    If you selected Scalable mode, you will be redirected to the Subscription section to compare and choose from the available pricing plans:

  2. In case of Tiny node, the following dialog appears informing you that the hosted PostgreSQL database is provisioned and connected to Rocketadmin:

  3. You can review and copy the connection details before closing.

    Important note

    As the password will only be displayed once, please save the generated credentials.

  4. You are prompted to enter a new connection name:

  5. Save.

The new connection appears in your connections list:

Note

The hosted database does not contain any tables, so you will need to set them up yourself.

Managing the hosted connection

Creating tables

With the help of a PostgreSQL database tool of your choice and the credentials you have saved, connect to the hosted database to create tables.

Using the example above, after a successful connection

your configurations can be reviewed (similar to any other type of connection) from the Tables menu:

Hosted connection details

From the Dashboard->Tables menu click the icon (Database credentials):

You will be redirected to the Hosted Databases options:

where you can rename your hosted connections, reset their passwords, or delete them.

Renaming a hosted connection

  1. From the Hosted Databases section, click the icon next to the name of the connection you want to edit:

  2. In the next dialog provide a new name and Save:

Your settings are applied.

Resetting connection password

  1. From the Hosted Databases section, click the icon next to the name of the connection you want to reset the password for:

    A dialog appears informing you that "This will generate a new password for the database. Any existing connections using the current password will stop working."

  2. Click Reset Password.

  3. In the next dialog, review and copy the new authentication data:

    Important note

    Please save the credentials as the password will only be displayed once and cannot be recovered.

Use the new password to connect to your hosted database.

Deleting a hosted database

  1. From the Hosted Databases section, click the icon next to the name of the connection you want to remove:

    A dialog appears informing you that "This will permanently delete the hosted database and all its data. This action cannot be undone."

  2. Click Delete.

The hosted connection will be permanently removed.